-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: setup implementation #4
Conversation
3cf1a17
to
2944a12
Compare
@jacobheun would be awesome if you have a look at this setup before I continue with the tests. |
1bed75c
to
d7c5fcc
Compare
d7c5fcc
to
86e947d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor feedback, overall this is looking good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🚀
Created the setup for running
js-libp2p
/go-libp2p
daemons and an associated daemon client, in order to allow the interop tests to focus on its purpose, instead of building the setup each time.This PR also contains interop tests for
connect
:js-libp2p-daemon
node connect togo-libp2p-daemon
go-libp2p-daemon
node connect tojs-libp2p-daemon
(skipped for now, as I am facing an issue on this).Needs: